CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - huffman algorithm

搜索资源列表

  1. 3

    0下载:
  2. 多元哈夫曼算法,用贪心算法求解石子合并的最优解-Multi-Huffman algorithm, greedy algorithm with the optimal solution of the stones combined
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:827
    • 提供者:lands
  1. newhuffman

    0下载:
  2. huffman 压缩算法 支持文件夹的压缩与解压-huffman compression algorithm support folder compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-22
    • 文件大小:2531594
    • 提供者:xudi
  1. huffman_full

    0下载:
  2. 实现huffman的算法 先输入一个文件 译码 输出译码后的文件-Huffman algorithm to achieve to enter a file decoder decoding the output file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:12319
    • 提供者:鲁兴林
  1. Huffman

    0下载:
  2. huffman的排序算法,数据结构中很重要,很基本的内容-huffman s sorting algorithm, data structure is very important, very basic content
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:11517
    • 提供者:郭文
  1. huffman

    0下载:
  2. 数据结构中树的构造方法,可以借鉴一下,以做出更好的算法-Data structure in the tree construction method, you can learn from you in order to make better algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1520
    • 提供者:lina
  1. haffman

    0下载:
  2. 哈夫曼算法。能够实现最基本的哈夫曼算法内容。-Huffman algorithm. To achieve the most basic content Huffman algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3764
    • 提供者:陈晓
  1. human

    0下载:
  2. 用C语言编写的哈夫曼算法,比一般的功能要多,包括树形结点输出,生成文件,编码,译码.-Using C language Huffman algorithm, than the general functions, including tree node output, generated documentation, coding, decoding.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:22360
    • 提供者:阿鸿
  1. tuxiangchulisuanfa

    0下载:
  2. 图像处理算法方面编程代码汇总,请自己筛选,总有你需要的-Image processing algorithm programming code summary, your own screening, there will always be you need
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:551823
    • 提供者:sjsun
  1. hafuman

    0下载:
  2. 哈夫曼算法 用C++编程解决哈夫曼树的问题 分块程序-Huffman algorithm using C++ programming to solve the problem of sub-Huffman tree block procedures
  3. 所属分类:Communication

    • 发布日期:2017-04-27
    • 文件大小:44052
    • 提供者:hanruyun
  1. Picture.Translate.Of.Remote.Desktop.Control

    0下载:
  2. 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF-LZW压缩算法压缩率较好,且我已想
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:54307
    • 提供者:whoamixp
  1. huffman_tree

    0下载:
  2. Huffman Algorithm: 基础的压缩方式,是基础算法的必修章节,在通信领域有广泛应用-Huffman Algorithm: used in compress area universally
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-29
    • 文件大小:8599
    • 提供者:荆江
  1. huffman

    0下载:
  2. Huffman decoder algorithm C++ file
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:5939
    • 提供者:Engineer Maro
  1. Haffman

    1下载:
  2. 哈夫曼算法的应用,是对一个文章利用哈夫曼树进行编码和解码,里面包含详细说明文档-Application of Huffman algorithm is an article for the use of Huffman encoding and decoding tree, which contains detailed descr iption of the document
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:83982
    • 提供者:彭宗山
  1. huffmanEncode

    0下载:
  2. 本程序很好的实现了哈夫曼编码与译码,对理解哈夫曼算法有帮助。-This procedure achieved good Huffman encoding and decoding, the Huffman algorithm to understand help.
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2017-04-14
    • 文件大小:3993
    • 提供者:梦锐
  1. Huffman

    0下载:
  2. 哈夫曼编码和译码的实现,参考书中核心算法在Visual studio6.0的环境中运行成功。-Huffman encoding and decoding to achieve, reference books in the core algorithm in Visual studio6.0 the success of the environment.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1292
    • 提供者:星星
  1. hfmtree

    0下载:
  2. 哈夫曼树最优搜索算法。欢迎使用haffman编/译码程序,本程序是对报文进行---①编码 ②译码 ③ 打印等 ,让我们开始吧-Optimal Huffman tree search algorithm. Welcome to haffman encode/decode process, the procedure is carried out packet decoding--- ① ② ③ encoding Print, etc. Let' s get started!!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:2365
    • 提供者:写风
  1. huff3

    0下载:
  2. Huffman Algorithm for compressing documents
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1621
    • 提供者:Pro123
  1. HUFFMAN

    0下载:
  2. 在电报收发、数据通信过程中,可使用前缀编码使字符编码的平均长度最短。这种前缀编码可通过构造哈夫曼树的方式来实现。 算法输入:各字符及其权值。 算法输出:各字符的编码串 -In his cable, transceiver, data communication process, can use the prefix encoding character encoding so that the average length of the shortest. This prefix H
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1012
    • 提供者:柏德胜
  1. huffman

    1下载:
  2. 利用哈夫曼编码进行通信可以大大提高信道的利用率,缩短信息传输的时间,降低传输成本。但是这要求发送端通过一个编码系统对待传数据预先编码,在接收端传来的数据进行译码。对于双工信道,每端都需要有一个完整的编/译码系统,试为这样的信息收发站编写一个哈夫曼的编/译码系统。-huffman tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2015-10-28
    • 文件大小:1583
    • 提供者:zhang
  1. huffman

    0下载:
  2. 这是一个赫夫曼加密算法,此方法可以加密和解密程序。-Huffman This is an encryption algorithm, this method can process encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:33115
    • 提供者:Miao
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 40 »
搜珍网 www.dssz.com